home *** CD-ROM | disk | FTP | other *** search
- /*
- File: MailableDocWindow.h
-
- Contains: An experiment with AOCE
-
- Written by: Steve & Dave Falkenburg
-
- Copyright: © 1993-94 by Dave Falkenburg, all rights reserved.
-
- Change History (most recent first):
-
- <2> 8/26/94 DRF Override GetPerfectWindowSize.
-
- To Do: Just about everything
-
- */
-
- #include "MailableWindow.h"
-
- class TMailableDocWindow : public TMailableWindow
- {
- public:
- TMailableDocWindow();
-
- virtual WindowPtr MakeNewWindow(WindowPtr behindWindow);
- virtual void GetPerfectWindowSize(Rect * perfectSize);
-
- virtual void DrawContents();
- };